projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6823b2
)
(x_scroll_bar_move): Call my_show_window.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 10 May 1996 20:35:50 +0000
(20:35 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 10 May 1996 20:35:50 +0000
(20:35 +0000)
(x_scroll_bar_clear): Likewise.
src/w32term.c
patch
|
blob
|
history
diff --git
a/src/w32term.c
b/src/w32term.c
index 3f214a53472d900fd187c67546ef004304b12e47..a067830a42afa458fe3638a183c8c37a7b91043c 100644
(file)
--- a/
src/w32term.c
+++ b/
src/w32term.c
@@
-1945,6
+1945,7
@@
x_scroll_bar_move (bar, top, left, width, height)
MoveWindow (w, left, top, width, height, TRUE);
SetScrollRange (w, SB_CTL, 0, height, FALSE);
InvalidateRect (w, NULL, FALSE);
+ my_show_window (w, SW_NORMAL);
XSETINT (bar->left, left);
XSETINT (bar->top, top);
@@
-2273,6
+2274,7
@@
x_scroll_bar_clear (f)
HDC hdc = GetDC (window);
RECT rect;
+ my_show_window (window, SW_HIDE);
GetClientRect (window, &rect);
select_palette (f, hdc);
win32_clear_rect (f, hdc, &rect);